/* 保持原有适配风格 暂定最小比例1280  */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    /* color: #000; */
    font: 14px/1 "微软雅黑", Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    /*font-family: "Microsoft Himalaya";*/
}
body, html{
    width: auto;
    min-width: 1200px;
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
    background-color: transparent;
}
ul, ol {
    list-style: none;
}
.clearBox{
    clear: both;
}
input{
    border: none;
    outline: none;
}
.redColdr{
    color: #da4225;
}

/*首页底部 信息区域*/
.homeFooter{
    width: 100%;
    height: auto;
    min-height: 190px;
    /* border-top: 3px solid #da4225; */
    background-color:#002240!important;
    padding-top: 40px;
}
.homeFooterInfo{
    width: 1200px;
    padding: 20px;
    margin: 0 auto;
}
.homeFooterBtnBox {
    text-align: center;
    margin-bottom: 10px;
    height: 25px;
}
.homeFooterBtn {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    padding: 0 10px;
    border-right: 1px solid #fff;
}
.homeFooterBtn:hover {
    color: #fff;
}
/* .homeFooterBtn:first-child {
    margin-left: 50%;
    transform: translateX(-50%);
} */
.homeFooterBtn:nth-child(5) {
    border: none;
}
.homeFooterInfo p{
    line-height: 30px;
    color: #fff;
}
.homeFooterTit{
    text-align: center;
}
.homeFooterTxt{
    /* text-indent: 2em; */
    text-align: center;
}

.switch_item:hover {
    background: #f58a75;
    color: #fff;
}
#bm_src{
    width: 480px;
    height: 746px;
}